home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / QuadbaseSystemsInc / _install / notOS.sh < prev   
Linux/UNIX/POSIX Shell Script  |  2000-02-16  |  236b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This installation is for Solaris 2.6 or greater and Microsoft Windows platforms only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.